From 9a7ae42897b0c657cf0e4dfcfcf7748526f80f51 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Tue, 13 Oct 2020 22:38:24 +0200 Subject: [PATCH] Set TZ for tests Fixes build on rb.org --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 3db965a9f..55ead870b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ dh $@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# tests depending on a TZ with a small offset +export TZ='/usr/share/zoneinfo/Etc/GMT' DOCTEMP = $(CURDIR)/debian/doctmp include /usr/share/dpkg/pkg-info.mk -- 2.30.2